home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / comm / comm2 / ctxc7a01.lha / read.me < prev    next >
Text File  |  1996-11-09  |  17KB  |  326 lines

  1.  Note:  6K05
  2.  See the UPDATE.TXT file for additional changes, bug fixes, ect...
  3.  
  4.  
  5.  *AFTER* 3.42.Q16, I changed the version identification to make it simpler
  6.  and to eliminate some of the confusion as to what version Citadel 68K is
  7.  closer to(Citadel 86 version 3.42 was the original base, 3.48 updates were
  8.  applied).
  9.  
  10.  Suggested install Instruction of this version of Citadel;
  11.  
  12.    1) cit_messages.sys
  13.  
  14.      This file contains the messages used by Citadel.  about 90% of the
  15.      messages are in this file.  You can customize the messages.  The
  16.      file included has cit:helps as the location of several help files
  17.      so check to see that everything is correct for your system.
  18.      The messages with an "@" are references to files that must be on
  19.      your system(they should be included here or in the helps).
  20.  
  21.      This file goes in the #MSGAREA directory.  The file format is
  22.      included as comments in this file.  All the extra files in the
  23.      archive named *.MSG also go in this area.  On my BBS, the area
  24.      is called "CIT:GENERAL/", this directory contains these files.
  25.  
  26.      This means you will find references to:
  27.  
  28.       "@cit:general/filename"
  29.  
  30.      You must customize your BBS message file or define CIT:GENERAL
  31.      and put the files there.
  32.  
  33.      If you are updating from a previous version, there is a file
  34.      called MESSAGE.UPDATES that you need to look at to see the changes
  35.      that were made from the .Q02 version.
  36.  
  37.    2) BADNAMES.SYS and BADPASSWORDS.SYS are files that are checked when a
  38.       user is creating their account.  You may use the files included in
  39.       the archive or make your own.  If you do not put these files in
  40.       the room area, Citadel will not check User names and Password
  41.       for validity except to make sure the password is at leas 5 chars
  42.       long and not a duplicate of someone elses.  These work the same
  43.       way BADWORDS.SYS does.  Also is the BADPEOPLE.SYS capability.  This
  44.       file also goes in the ROOMAREA and is used to supress messages from
  45.       any particular user, in any particular room, or from any particular
  46.       system.  There are three field, one line per entry.  You do not need
  47.       this file, it is optional.  It kills any message that matches the
  48.       room, name, and system specified.  A "*" can be used for all.  You
  49.       could for example supress all message from a particular user in a
  50.       room, from any system, if the user is TOM, the ROOM COMPUTER, you
  51.       could have:
  52.  
  53.       TOM SMITH,COMPUTER,*
  54.  
  55.       The fields are separated by commas.  An entry of "*,*,*" is illegal
  56.       and will generate an error(after all why net at all if your going
  57.       to kill all message).  If TOM SMITH is a real pain and you want to
  58.       suppress all messages in all rooms, change "COMPUTER" to "*" to get
  59.       an entry like:
  60.  
  61.       TOM SMITH,*,*
  62.  
  63.       This will only affect networked messages you recieve!  Any messages
  64.       entered on your system will be accepted normally.
  65.  
  66.       Note:  This is pure censorship, it deletes the messages totally and
  67.       no other system `downstream' network wise will see the messages or
  68.       even have the option to see them, they are deleted from your system.
  69.       To supress them on only your system turned out to be too much of a
  70.       problem in the software, live with it... I do not recommend using it
  71.       although, a certain user that was a real pain from a local system
  72.       did have this invoked(a test, but he deserved it...)  At one point,
  73.       some systems were fighting in a room, several people were involved
  74.       and you could have an entry like:
  75.  
  76.        *,BBS LIST,BAD GUYS BBS
  77.  
  78.       That would censor all their messages, no matter what the content.
  79.       I came very close to doing this at one point...  This is an option,
  80.       use it only as a last resort... If the messages really are not a
  81.       problem, ignore them, don't censor them...
  82.  
  83.    3) The VORTEX checking is on by default.  If you do not wish it, you
  84.       must use the "-vortex" option on the command line.  If you have the
  85.       "+vortex" it will have no effect.
  86.  
  87.    4) +netlog and +netdebug are now more effective and if you do not
  88.       specify either one, Citadel will be very silent during a net session.
  89.       +netdebug messages will give alot more detail and if you want
  90.       +netdebug, you should also specify +netlog.
  91.  
  92.       In addition, +CID or +RESULTS on the command line will allow you
  93.       to record the text send from the modem during the baud rate recognition.
  94.       The +CID will record after the first RING is seen, the +RESULTS will
  95.       record all text lines.  The idea of these options is to collect
  96.       caller id info(+CID) and for debuging all modem text(+RESULTS).
  97.       The information will go into the auditarea in debug.sys.
  98.  
  99.    5) parameters for QWK parameters:
  100.  
  101.    #QWKWORKAREA  "<directory>"
  102.      Work directory for temporary files.
  103.    #QWKFILEAREA  "<directory>"
  104.      Where all user data files are saved.
  105.    #QWKMAXROOM     <number>
  106.      This parameter defines the maximum rooms that will be scanned for
  107.      messages for a single packet.  If you set this to say 100 and have
  108.      200 rooms, then a user can only collect 100 rooms with messages at
  109.      a time.  This sets the maximum, users can set a lower number if they
  110.      desired.
  111.    #QWKMAXPACKET  10000
  112.      This parameter defines the manimum number of messages that can be
  113.      collected at one time.  The user can set a smaller limit if desired.
  114.    #QWKNAME      "STRING"
  115.      This parameter defines the name of the QWK packet.  In this example,
  116.      the downloaded packet would be called "STRING.QWK".
  117.    #QWKLOCATION  "MEDFORD, NJ"
  118.      This parameter defines the location of the BBS(displayed by the
  119.      QWK reader).
  120.    6) parameter for biography
  121.  
  122.    #BIOAREA "<directory>"
  123.  
  124.      This specifies the directory you wish to use for the Biographies
  125.      that users enter.  The default will be the home area so it is a
  126.      good idea to specify" #BIOAREA "bio"  to get the current default.
  127.  
  128.    7) Vortex checking.  Citadel automatically checks for vortexed networked
  129.       messages.  It will reject any message originating on your BBS(if it
  130.       returns in a net session), or any message it has already seen.  There
  131.       were improvements in this checking and you will need to go into the
  132.       #NETAREA and delete all the *.vex and, v*.sys files.  Citadel will
  133.       create a sub-directory called vortex and put all its files there.
  134.       there will be a slight increase in disk usage.  To eliminate this
  135.       checking, see the 68K.man file in this archive.
  136.  
  137.  
  138.  ***Legal-ease***
  139.  
  140.  Citadel 68K and Amiga Citadel are trademarks of this Citadel BBS program
  141.  and may not be used for other variants.  This software is FREEWARE and
  142.  may not be distributed on any system that claims a copyright.  If you have
  143.  specific questions about the use and rights to this software, contact me
  144.  on The Amiga Zone (609) 953-8159.  ***This product is not for resale***.
  145.  You may not include Citadel or Citadel related files in any collection
  146.  sold for a profit without my express written permission.  Source for the
  147.  Amiga Citadel is 100% public domain and available for downloading.
  148.  If someone sold you a copy of this program, please let me know, it is not
  149.  for sale.  The only exception is the Aminet and Fred Fish CD collections.
  150.  Those collections may re-distribute this program and the related utilities.
  151.  No commercial collection may distribute this program nor may any system
  152.  attempt to copyright these works just because someone uploaded it to that
  153.  system.  If other software collections would like to include Citadel 68K
  154.  distributions, please contact me, My only wish is that the very latest is
  155.  what is distributed.  Internet news groups like Alt.source, comp.amiga.source
  156.  and anything similar also have permission to post these archives.
  157.  
  158.  There are utilities, See the archive listing.
  159.  
  160.  If you are starting from scratch and have never run a Citadel before.  You
  161.  need to grab the support and help files.  These files are on the C86 Test
  162.  system and the Amiga Zone.  Please download them from there.  Start with the
  163.  latest version of Citadel 68K.  Read the 68K.man file.  In the very near
  164.  future there will be a full AmigaGuide set of documentation along with a
  165.  re-organized Citadel 68K manual.  Until then, read the existing docs.
  166.  The AmigaGuide version of the docs(partially done) is available for you
  167.  to download.  Look in the Citadel Documentation room on my BBS or D342.lha
  168.  if your looking at a CD collection like Aminet CDs.
  169.  
  170.  If you are interested in doors, The Amiga Zone has several that will run
  171.  with Citadel 68K.  Any CLI based program will be able to run as a door
  172.  so long as it uses only standard I/O(i.e. getchar(), printf, ect.).
  173.  Doors are available in the Citadel Doors room.
  174.  
  175.  If you have a bug to report, Please use the Citadel 68K room and prefix the
  176.  report with:
  177.  
  178.   ***bug report*** Version 6K05
  179.  
  180.   Please include your phone number of your BBS.  I may want to call to chat.
  181.   or pick up a file or two to reproduce your bug.  A list of Citadels is at
  182.   the end of this file, there are probably more than those listed, but I
  183.   collect this information from the vortex detector and these are active
  184.   Citadels.
  185.  
  186.  I am working on current problems and will post new versions as they become
  187.  tested.  Currently, distribution is on the Amiga Zone and Aminet ftp sites.
  188.  Obviously,  I will have it on the Amiga Zone first.
  189.  
  190.          The Amiga Zone      (609) 953-8159
  191.  
  192.  Note: other systems will also have the latest version, I am hoping to get
  193.  a system in each state(eventually).  If you wish to have me post a version
  194.  in your area, send me some mail or call the Amiga Zone
  195.  directly.  As always, the Amiga Zone will have it first and a message will
  196.  be posted to the Citadel 68K room when a new version is available.
  197.  
  198.  In this version, you can set the stack to anything larger than 8K
  199.  and Citadel will run.  Anything less and it will stop.  I use a stack of
  200.  30K in my testing because my compiler needs it.  CTDL now does not set
  201.  it's stack, you have to do it.  Citadel does not require more than about
  202.  3K of stack during it's operation.  You can always see what your Citadel
  203.  needs with the SYSOP menu item "I"nformation.  My normal BBS runs use
  204.  the minimum stack of 8192.
  205.  
  206.    It also does not detach from the shell/cli it is started from.
  207.  You have to use "run <nil: >nil: ctdl" to do that.  I leave the window
  208.  open for any error messages.
  209.  
  210.  You can create a short script like:
  211.  
  212.      failat 100
  213.      stack 8000     ; Citadel only uses about 3K in my testing.
  214.      cd cit:
  215.      if not exists ctdltabl.sys
  216.        echo "Citadel configuring, ctdltabl.sys not found"
  217.        confg -O     ; only parameters
  218.      endif
  219.      copy cit:ctdltabl.sys cit:log/ctdltabl.sys
  220.      run ctdl  +netdebug  +netlog
  221.  
  222.  and use it to startup Citadel.  This is my startup routine is more complex
  223.  but only because other things are started with the BBS(like some reports).
  224.  
  225.  Please post a comment in the Citadel 68K room when you start running this
  226.  version.  I would like to have at least your BBS number and general location.
  227.  
  228.  Known Bug List:  6K05
  229.  
  230.  All bugs are fixed in the current version.  Please report any
  231.  new ones in the nearest Citadel 68K room.  Utilities are in fair shape,
  232.  I plan to spend some time updating them in the near future.
  233.  
  234.  Bugs:
  235.    Fast Transfers does not work with zmodem or any other external protocol.
  236.    You must use the internal protocols.
  237.  
  238.  You will eventually need utiltites, and probably want Zmodem.  Grab them
  239.  as you need them.  Make sure your read this file and 68K.man BEFORE you
  240.  start, it will save you time and effort.
  241.  
  242.  If you use these files, remember that they are FREEWARE.  You do not have
  243.  to send anyone a donation(although none have been refused) to anyone.  If
  244.  you wish help, find a Citadel with the Citadel 68K room, or call one of
  245.  the BBS numbers above.  This is a project that is solely for the advancement
  246.  of networking and communications.  Enjoy it.  The only restriction I would
  247.  place on you is that you may not make commercial use of this program, sell
  248.  it, or make people pay in anyway for it's use.  If you charge your users
  249.  a small fee for the use of your system, you must contact me and get approval.
  250.  
  251.  Some of the functions are based on shareware programs(like LHA).  These
  252.  programs are not free.  You should send the shareware fee to the author
  253.  for your use with your BBs.
  254.  
  255.  Pay BBS's may use these programs only after they have this approval.  This
  256.  is a copyrighted work.  All rights are reserved by the people responsible
  257.  for maintaining this code.  It belongs solely to them.  If you have
  258.  questions feel free to contact me by posting a message in the Citadel 68K
  259.  room.  If you wish me to send you a set of disks with all the above files,
  260.  I will do so, but it will cost you $10 for the disks, postage, and my time.
  261.  It is free to download from any of the above BBS locations.  It should not
  262.  be more than 3 880K disk.  The Amiga Citadel is available on the mirrored
  263.  ftp site: wuarchive.wustl.edu for those with FTP access.  In
  264.  the future, I will post all the files related to Citadel on those sites.
  265.  
  266.             Tony Preston
  267.             Custom Services
  268.             P. O. Box 254
  269.             Moorestown, NJ 08057
  270.             The Amiga Zone : US (609) 953-8159
  271.             Internet: apreston@k2nesoft.com
  272.  
  273.   The following systems are Citadels and may be used post messages.  This
  274.   List is reasonably current. You best bet is to call the Amiga Zone for the
  275.   latest information.  You will find the Citadel 68K room or Amiga room.
  276.   These systems all net with The Amiga Zone with one or more rooms.
  277.   This list is generated with the vortex detection utility, if your system
  278.   is not listed, post a test seed in a shared room and eventually it will
  279.   appear(Rooms:Amiga, Citadel 68K, or CitaNews).
  280.  
  281.  Citadel BBS List as of 14 Oct 1996
  282.  *NOTE* These are not all the Citadel, there are others not on
  283.  the network.  These are just the active ones.
  284.  
  285.  Uncensored              203-873-8518  Black Page            212-594-7210
  286.  The Dog Pound           215-946-5573  Data Drum             217-529-8440
  287.  East Beach              313-464-7870  The City Zoo          315-737-9970
  288.  Forgotten Realms        403-450-0618  Ferret-Farm           403-457-3396
  289.  Purgatory               403-462-6976  Flynn's Inn           403-463-8419
  290.  Kronos, Penhold         403-886-4171  Cows r Us             403-990-2239
  291.  The Abbey               407-569-1781  key880                503-524-0670
  292.  Wayne's World           503-557-0786  Mind Melters          503-652-6953
  293.  The CBBS                513-867-1699  HIL-Classic           604-254-4377
  294.  Bistro                  604-542-3617  The Dreamers Guild    604-545-8685
  295.  Northern Exposure       604-558-3897  Mars Hill             604-589-0639
  296.  Underhill               604-589-4752  Nest Glorious         604-589-8539
  297.  Cincidel                606-282-9803  JACS                  609-346-1224
  298.  The OverBored           609-346-9769  Gizmo's World[NJ]     609-435-1798
  299.  Pot Luck BBS            609-486-9413  Eagle Bored           609-629-1076
  300.  Eagle-Annex             609-767-1775  The Rundale Citadel   609-854-9135
  301.  Jersey Devil            609-893-2152  Hornet's Nest         609-894-0239
  302.  Gateway                 609-931-3014  Eternal City          612-227-0215
  303.  Ivory Tower             612-425-0554  Backfence             612-429-5001
  304.  Saint's Haven           612-440-8741  DogLink               612-460-6056
  305.  C-86 Test System        612-470-9635  Knight Life           612-544-6978
  306.  Stomp                   612-561-4643  Cobalt Blue           612-642-0082
  307.  Nowhere                 612-645-3998  Hills                 612-673-0676
  308.  Metropolis              612-721-1870  NO NAME NODE          612-758-8201
  309.  Dark Tower ][           612-770-0150  Dark Tower ][         612-773-1267
  310.  Interzone               612-773-6666  MN-Mensa              612-774-7593
  311.  The HUB                 612-783-7160  Writer's Cramp        612-789-1159
  312.  The Last Rose           612-823-3280  Rock the Boat         612-827-4291
  313.  House of Moo            612-831-2312  Cheers                612-854-2126
  314.  Last Call               612-861-7094  Spielen Schloss       612-869-4927
  315.  Hell                    612-870-0722  Images at Twilight    612-884-7951
  316.  the Unseelie Court      612-938-6761  GWNorth               612-939-8142
  317.  A Strange Place         612-939-9008  Elk!                  612-944-3622
  318.  Black Hole              616-343-7487  Au Contraire          616-344-5599
  319.  Lair                    616-344-6607  Broadcast Central     616-345-9374
  320.  Beach                   616-349-5887  Paradise Lost         902-429-5412
  321.  CatBBS                  902-434-3295  Omnibus/BL 435-0237   902-435-0237
  322.  Rivendell               902-463-1988  Duffy's               902-466-8802
  323.  Mirror Image            902-835-3056  Rendezvous            902-876-1208
  324.  ENY                     914-735-9362  Hotel                 916-349-8879
  325.  SHAMAN'S VENTURE        916-364-1868  MEDIA-DEKAY           916-448-1197
  326.